home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TNETWORKCFG / TNETWORKCFG.txt
Text File  |  2004-10-12  |  9KB  |  401 lines

  1. object NetworkCfg: TNetworkCfg
  2.   Left = 163
  3.   Top = 129
  4.   HelpContext = 10049
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   BorderWidth = 4
  8.   Caption = 'Network and Administration'
  9.   ClientHeight = 388
  10.   ClientWidth = 385
  11.   Color = clBtnFace
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   OldCreateOrder = True
  18.   Position = poScreenCenter
  19.   OnClose = FormClose
  20.   OnCloseQuery = FormCloseQuery
  21.   OnCreate = FormCreate
  22.   OnDestroy = FormDestroy
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object Book: TPageControl
  26.     Left = 0
  27.     Top = 0
  28.     Width = 385
  29.     Height = 345
  30.     ActivePage = pPrivileges
  31.     Align = alTop
  32.     TabOrder = 0
  33.     object pNetwork: TTabSheet
  34.       HelpContext = 13000
  35.       Caption = 'Network'
  36.       object GroupBox1: TGroupBox
  37.         Left = 8
  38.         Top = 8
  39.         Width = 361
  40.         Height = 217
  41.         Caption = 'Connect to the Internet using'
  42.         TabOrder = 0
  43.         object lbHold: TLabel
  44.           Left = 122
  45.           Top = 134
  46.           Width = 101
  47.           Height = 13
  48.           Alignment = taRightJustify
  49.           Caption = '&Pause between dials:'
  50.         end
  51.         object lbSec: TLabel
  52.           Left = 302
  53.           Top = 134
  54.           Width = 17
  55.           Height = 13
  56.           Caption = 'sec'
  57.         end
  58.         object lbRetries: TLabel
  59.           Left = 96
  60.           Top = 160
  61.           Width = 128
  62.           Height = 13
  63.           Alignment = taRightJustify
  64.           Caption = '&Maximum number of retries:'
  65.         end
  66.         object rbLAN: TRadioButton
  67.           Left = 8
  68.           Top = 24
  69.           Width = 345
  70.           Height = 17
  71.           Caption = '&Local Area Network or manual connection'
  72.           Checked = True
  73.           TabOrder = 0
  74.           TabStop = True
  75.           OnClick = rbLANClick
  76.         end
  77.         object rbDUN: TRadioButton
  78.           Left = 8
  79.           Top = 48
  80.           Width = 193
  81.           Height = 17
  82.           Caption = '&Dial-up networking connection'
  83.           TabOrder = 1
  84.           OnClick = rbLANClick
  85.         end
  86.         object lDUN: TComboBox
  87.           Left = 208
  88.           Top = 44
  89.           Width = 145
  90.           Height = 21
  91.           Style = csDropDownList
  92.           ItemHeight = 13
  93.           Sorted = True
  94.           TabOrder = 2
  95.         end
  96.         object cbAutoDisconnect: TCheckBox
  97.           Left = 24
  98.           Top = 72
  99.           Width = 334
  100.           Height = 17
  101.           Caption = 'A&uto-disconnect after mail transmission'
  102.           Enabled = False
  103.           TabOrder = 3
  104.         end
  105.         object cbUseExistingDUN: TCheckBox
  106.           Left = 24
  107.           Top = 112
  108.           Width = 334
  109.           Height = 17
  110.           Caption = 'Use an e&xisting Dial-up connection (if any)'
  111.           TabOrder = 5
  112.         end
  113.         object cbNoAutoDial: TCheckBox
  114.           Left = 24
  115.           Top = 92
  116.           Width = 334
  117.           Height = 17
  118.           Caption = '&No automatical dial for periodical checking'
  119.           TabOrder = 4
  120.         end
  121.         object bMoreDial: TButton
  122.           Left = 232
  123.           Top = 184
  124.           Width = 113
  125.           Height = 25
  126.           Caption = 'Mor&e...'
  127.           TabOrder = 8
  128.           OnClick = bMoreDialClick
  129.         end
  130.         object eDialHold: TXSpinEdit
  131.           Left = 232
  132.           Top = 130
  133.           Width = 65
  134.           Height = 21
  135.           TabOrder = 6
  136.           Text = '1'
  137.           MinValue = 1
  138.           MaxValue = 86400
  139.           Value = 1
  140.           Step = 1
  141.         end
  142.         object eRetries: TXSpinEdit
  143.           Left = 232
  144.           Top = 156
  145.           Width = 65
  146.           Height = 21
  147.           TabOrder = 7
  148.           Text = '0'
  149.           MinValue = 0
  150.           MaxValue = 100000
  151.           Value = 0
  152.           Step = 1
  153.         end
  154.       end
  155.       object cbLocalDelivery: TCheckBox
  156.         Left = 16
  157.         Top = 290
  158.         Width = 353
  159.         Height = 17
  160.         Caption = '&Allow Local Delivery'
  161.         TabOrder = 2
  162.       end
  163.       object gbMode: TGroupBox
  164.         Left = 8
  165.         Top = 232
  166.         Width = 361
  167.         Height = 49
  168.         Caption = 'This machine is'
  169.         TabOrder = 1
  170.         object lActMode: TLabel
  171.           Left = 16
  172.           Top = 20
  173.           Width = 3
  174.           Height = 13
  175.         end
  176.         object bChMode: TButton
  177.           Left = 270
  178.           Top = 14
  179.           Width = 75
  180.           Height = 25
  181.           Caption = 'Change...'
  182.           TabOrder = 0
  183.           OnClick = bChModeClick
  184.         end
  185.       end
  186.     end
  187.     object pPrivileges: TTabSheet
  188.       HelpContext = 13006
  189.       Caption = 'Privileges'
  190.       OnEnter = pPrivilegesEnter
  191.       object Label1: TLabel
  192.         Left = 8
  193.         Top = 20
  194.         Width = 43
  195.         Height = 13
  196.         Caption = '&Account:'
  197.         FocusControl = cbAccount
  198.       end
  199.       object lDisabledActs: TLabel
  200.         Left = 8
  201.         Top = 112
  202.         Width = 81
  203.         Height = 13
  204.         Caption = '&Disabled actions:'
  205.         FocusControl = clbActions
  206.       end
  207.       object cbAccount: TComboBox
  208.         Left = 88
  209.         Top = 16
  210.         Width = 281
  211.         Height = 21
  212.         Style = csDropDownList
  213.         ItemHeight = 13
  214.         TabOrder = 0
  215.         OnChange = cbAccountChange
  216.       end
  217.       object rgAccess: TRadioGroup
  218.         Left = 8
  219.         Top = 48
  220.         Width = 361
  221.         Height = 41
  222.         Caption = 'Access rights'
  223.         Columns = 2
  224.         ItemIndex = 0
  225.         Items.Strings = (
  226.           'Ad&ministrator'
  227.           '&User')
  228.         TabOrder = 1
  229.         OnClick = rgAccessClick
  230.       end
  231.       object clbActions: TCheckListBox
  232.         Left = 8
  233.         Top = 128
  234.         Width = 361
  235.         Height = 177
  236.         ItemHeight = 13
  237.         Items.Strings = (
  238.           'Changing Account Transport properties'
  239.           'Folder management'
  240.           'Sorting Office'
  241.           'Attach files to outgoing messages'
  242.           'Configuring General Preferences'
  243.           'Configuring Message List and Colour Groups'
  244.           'Configuring Editor/Viewer'
  245.           'Editing XLAT Tables'
  246.           'Configuring System Hot Keys'
  247.           'Editing Shortcuts')
  248.         TabOrder = 2
  249.       end
  250.     end
  251.     object pGroups: TTabSheet
  252.       HelpContext = 13011
  253.       Caption = 'Groups'
  254.       object Label2: TLabel
  255.         Left = 8
  256.         Top = 20
  257.         Width = 32
  258.         Height = 13
  259.         Caption = '&Group:'
  260.         FocusControl = cbGroup
  261.       end
  262.       object lUList: TLabel
  263.         Left = 8
  264.         Top = 144
  265.         Width = 73
  266.         Height = 13
  267.         Caption = '&Users included:'
  268.         FocusControl = gUList
  269.       end
  270.       object lPassword: TLabel
  271.         Left = 8
  272.         Top = 88
  273.         Width = 49
  274.         Height = 13
  275.         Caption = '&Password:'
  276.         FocusControl = ePassword
  277.       end
  278.       object lConfirm: TLabel
  279.         Left = 128
  280.         Top = 88
  281.         Width = 86
  282.         Height = 13
  283.         Caption = '&Confirm password:'
  284.         FocusControl = eConfirm
  285.       end
  286.       object cbGroup: TComboBox
  287.         Left = 101
  288.         Top = 16
  289.         Width = 265
  290.         Height = 21
  291.         Style = csDropDownList
  292.         ItemHeight = 13
  293.         TabOrder = 0
  294.         OnChange = cbGroupChange
  295.       end
  296.       object bAdd: TButton
  297.         Left = 61
  298.         Top = 42
  299.         Width = 96
  300.         Height = 25
  301.         Caption = '&Add...'
  302.         TabOrder = 1
  303.         OnClick = bAddClick
  304.       end
  305.       object bDel: TButton
  306.         Left = 165
  307.         Top = 42
  308.         Width = 96
  309.         Height = 25
  310.         Caption = '&Delete'
  311.         TabOrder = 2
  312.         OnClick = bDelClick
  313.       end
  314.       object gUList: TDrawGrid
  315.         Left = 8
  316.         Top = 160
  317.         Width = 361
  318.         Height = 145
  319.         ColCount = 1
  320.         DefaultRowHeight = 18
  321.         FixedCols = 0
  322.         RowCount = 1
  323.         FixedRows = 0
  324.         Options = [goDrawFocusSelected, goThumbTracking]
  325.         ScrollBars = ssVertical
  326.         TabOrder = 7
  327.         OnDrawCell = gUListDrawCell
  328.         OnMouseDown = gUListMouseDown
  329.         ColWidths = (
  330.           356)
  331.       end
  332.       object bRename: TButton
  333.         Left = 269
  334.         Top = 42
  335.         Width = 96
  336.         Height = 25
  337.         Caption = '&Rename'
  338.         TabOrder = 3
  339.         OnClick = bAddClick
  340.       end
  341.       object ePassword: TEdit
  342.         Left = 8
  343.         Top = 104
  344.         Width = 113
  345.         Height = 21
  346.         PasswordChar = '*'
  347.         TabOrder = 4
  348.         OnChange = ePasswordChange
  349.       end
  350.       object eConfirm: TEdit
  351.         Left = 128
  352.         Top = 104
  353.         Width = 129
  354.         Height = 21
  355.         PasswordChar = '*'
  356.         TabOrder = 5
  357.         OnChange = ePasswordChange
  358.       end
  359.       object bChange: TButton
  360.         Left = 264
  361.         Top = 100
  362.         Width = 107
  363.         Height = 25
  364.         Caption = 'C&hange'
  365.         Enabled = False
  366.         TabOrder = 6
  367.         OnClick = bChangeClick
  368.       end
  369.     end
  370.   end
  371.   object bOK: TButton
  372.     Left = 128
  373.     Top = 360
  374.     Width = 75
  375.     Height = 25
  376.     Caption = 'OK'
  377.     Default = True
  378.     ModalResult = 1
  379.     TabOrder = 1
  380.   end
  381.   object bCancel: TButton
  382.     Left = 216
  383.     Top = 360
  384.     Width = 75
  385.     Height = 25
  386.     Cancel = True
  387.     Caption = 'Cancel'
  388.     ModalResult = 2
  389.     TabOrder = 2
  390.   end
  391.   object Button3: TButton
  392.     Left = 304
  393.     Top = 360
  394.     Width = 73
  395.     Height = 25
  396.     Caption = 'Help'
  397.     TabOrder = 3
  398.     OnClick = Button3Click
  399.   end
  400. end
  401.